Skip to content

mongo-c-driver 2.5.0

Latest

Choose a tag to compare

@kevinAlbs kevinAlbs released this 21 Aug 14:20
· 2 commits to master since this release
2.5.0
14e2b66

Announcing 2.5.0 of libbson and libmongoc, the libraries constituting the MongoDB C Driver.

libbson

No changes since 2.4.0. Version incremented to match the libmongoc version.

libmongoc

New Features

  • Honor the server-supplied baseBackoffMS on responses labeled SystemOverloadedError, using it in place of the driver's default base delay when calculating how long to wait before retrying.
  • Add collection bulk write getters.

Improvements

  • Update bundled utf8proc to 2.11.3.

Links:

Thanks to everyone who contributed to this release.

  • Kevin Albertson
  • Christian Schmitz
  • Connor MacDonald
  • dfengliu